/* Home styles: owner for the home page content, cards, contact block, and partner banner. */

html body #view-home,
html body #view-home .panel,
html body #view-home .home-intro,
html body #view-home .cards,
html body #view-home .card,
html body #view-home .home-contact,
html body #view-home .home-tiger-partner,
html body #view-home .home-tiger-banner-link,
html body #view-home .home-tiger-copy {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

html body #view-home img,
html body #view-home svg {
  max-width: 100% !important;
}

html body #view-home .home-contact-link,
html body #view-home .home-tiger-cta {
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

@media (max-width: 700px) {
  html body #view-home {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  html body #view-home .home-intro,
  html body #view-home .cards,
  html body #view-home .home-contact,
  html body #view-home .home-tiger-partner {
    width: 100% !important;
    min-width: 0 !important;
  }
}

